home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-17 | 898 b | 38 lines | [TEXT/MPS ] |
- ;
- ; File: CMComponent.a
- ;
- ; Contains: ColorSync CMM Component API
- ;
- ; Version: Technology: ColorSync 2.0
- ; Release: Universal Interfaces 3.2
- ;
- ; Copyright: © 1993-1998 by Apple Computer, Inc., all rights reserved.
- ;
- ; Bugs?: For bug reports, consult the following page on
- ; the World Wide Web:
- ;
- ; http://developer.apple.com/bugreporter/
- ;
- ;
- IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
- __CMCOMPONENT__ SET 1
-
- ;
- ; This file has been included to allow older source code
- ; to #include <CMComponent.h>. Please update your source
- ; code to directly #include <CMMComponent.h>
- ; and #include <CMPRComponent.h>
- ;
- ;
-
- ; #include the two ColorSync 2.0 files equivalent to the v. 1.0 file
- IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
- include 'CMMComponent.a'
- ENDIF
- IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
- include 'CMPRComponent.a'
- ENDIF
-
- ENDIF ; __CMCOMPONENT__
-
-